home *** CD-ROM | disk | FTP | other *** search
- Path: in2.uu.net!novia!usenet
- From: billw@oasis.novia.net (Bill Wilson)
- Newsgroups: comp.lang.c++
- Subject: Rookie needs help in creating DLLs
- Date: 27 Feb 1996 14:10:21 GMT
- Organization: Novia Internetworking <> 28.8kbps dialup; 402/390-2NET
- Message-ID: <4gv3cd$545@nntp.novia.net>
- NNTP-Posting-Host: billw.novia.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- I am rather new a C++. I have read some articles on the advantage of
- using DLLs with various programs. I would like to write a few DLLs to
- examine some of these advantages. I have a couple of questions though.
-
- 1. What is the basic structure for writing a DLL? What I mean is header,
- body, parameter declaration, etc.
-
- 2. How does one then make it available to be accessed from other
- programs?
-
- Thanks.
-
-
-